Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ [#49] update dependencies #51

Merged
merged 2 commits into from
Mar 19, 2024
Merged

Conversation

nikkiysendoorn1
Copy link
Contributor

No description provided.

@nikkiysendoorn1 nikkiysendoorn1 linked an issue Mar 12, 2024 that may be closed by this pull request
.storybook/main.ts Outdated Show resolved Hide resolved
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/open-formulieren/formio-builder/blob/main/.storybook/preview.ts also has some additional type annotations that can/should be used here

@@ -17,15 +17,15 @@
"scripts": {
"build:esm": "tsc -p tsconfig.prod.json && tsc-alias -p tsconfig.prod.json",
"build:cjs": "tsc -p tsconfig.prod.json --module commonjs --outDir dist/cjs && tsc-alias -p tsconfig.prod.json --outDir dist/cjs",
"build:storybook": "build-storybook --webpack-stats-json",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the --webpack-stats-json was used for some reason 🤔

@@ -42,49 +42,49 @@
"homepage": "https://github.com/open-formulieren/formio-renderer#readme",
"peerDependencies": {
"formiojs": "~4.13.0 || ~4.14.0",
"react": "^17.0.2"
"react": "^18.2.0"
},
"devDependencies": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

feel free to make the dev tools setup the same as the formio builder. I'd rather see ESLint added to both repositories at the same time instead of this mixed set up now.

This repo was started from a very outdated boilerplate, while the formio-builder one was crafted by hand. You can be bold ;)

@nikkiysendoorn1 nikkiysendoorn1 force-pushed the feature/update-dependencies branch 2 times, most recently from 03ff5a8 to a9ddcad Compare March 18, 2024 15:56
package.json Outdated Show resolved Hide resolved
@nikkiysendoorn1 nikkiysendoorn1 force-pushed the feature/update-dependencies branch 2 times, most recently from 1d8e385 to ada7ba5 Compare March 19, 2024 14:07
@nikkiysendoorn1 nikkiysendoorn1 force-pushed the feature/update-dependencies branch from 6cab75e to 4d5c640 Compare March 19, 2024 14:10
Copy link
Member

@sergei-maertens sergei-maertens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@sergei-maertens sergei-maertens merged commit d9079cf into main Mar 19, 2024
4 of 6 checks passed
@sergei-maertens sergei-maertens deleted the feature/update-dependencies branch March 19, 2024 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade all the dependencies
2 participants